Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: JManager Reference /
Chapter 1 - JManager Reference / Application-Defined Functions
/


MyStandardError

Directs error output. When invoking the Java runtime environment using JMOpenSession, you must designate a callback function to direct any error output received from the session. For example, this is how you would define your error function if you were to name it MyStandardError:

void MyStandardError (
JMSessionRef session,
const char* message, 
UInt32 messageLen);
session
The session sending the error text.
message
The error message to display.
messageLen
The length of the text.
DISCUSSION
This function has the same form as the MyStandardOut callback function.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 DEC 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help